var net.threadLimit
4 uses
net (current package)
net.go#L671: var threadLimit chan struct{}
net.go#L677: threadLimit = make(chan struct{}, concurrentThreadsLimit())
net.go#L679: threadLimit <- struct{}{}
net.go#L683: <-threadLimit
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)